-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Move Object] Bucket handle integration #2840
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2840 +/- ##
==========================================
- Coverage 76.05% 75.98% -0.07%
==========================================
Files 118 118
Lines 16456 16549 +93
==========================================
+ Hits 12515 12575 +60
- Misses 3412 3444 +32
- Partials 529 530 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add an integration test? It should work in prod now as long as your project or bucket prefix are allowlisted.
I did POC and ran integration tests with MoveObject, it is working fine. To write integration test here, I have to do full integration(fs layer). I'll cover it in later PRs. |
Description
Link to the issue in case of a bug fix.
NA
Testing details